'Declaration
Public Function New( _ ByVal elements As IEnumerable(Of ServerElement) _ )
'Usage
Dim elements As IEnumerable(Of ServerElement) Dim instance As New ServerElementCollection(elements)
public ServerElementCollection( IEnumerable<ServerElement> elements )
public: ServerElementCollection( IEnumerable<ServerElement^>^ elements )
Parameters
- elements
- The collection to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).